home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving Financial Service…olutions Suite 1994 Fall
/
Serving Financial Services Solutions Suite 1994 Fall.iso
/
GS_Apps
/
eXTRASLIDE.app
/
English.lproj
/
eXTRASLIDE.nib
/
data.classes
next >
Wrap
Text File
|
1994-12-14
|
1KB
|
76 lines
BasicApp = {
ACTIONS = {
new:;
save:;
print:;
info:;
newFromPasteboard:;
saveToAction:;
open:;
saveAs:;
};
OUTLETS = {
currentDocument;
};
SUPERCLASS = Application;
};
SlideApp = {
ACTIONS = {
exposeAll:;
doRecorderPreferences:;
selectFilm:;
selectRecorder:;
expose:;
selectDoc:;
deleteDoc:;
};
OUTLETS = {
resolution;
exposeAllMenu;
exposeButton;
slideView;
documentBrowser;
prefsPanel;
recorders;
duplicateNames;
slideBox;
recorderPopup;
filmPopup;
myRecorder;
};
SUPERCLASS = BasicApp;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
ImageView = {
ACTIONS = {
updateSelf:;
adjustScale:;
changeRotation:;
};
OUTLETS = {
scaleField;
scaleSlider;
anImage;
backgroundColor;
rotationCheckmark;
positionText;
hPosSlider;
vPosSlider;
};
SUPERCLASS = View;
};
PrefController = {
ACTIONS = {
setStringValue:;
};
OUTLETS = {
name;
value;
};
SUPERCLASS = Object;
};